-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[No QA] Rename Button and Text components to ExpensifyButton and ExpensifyText #6538
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woof. That was a lot of files to look through. Got 'er done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on web. Everything LGTM.
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Can somebody review and merge this? It is breaking the Workspace landing page. #6576 |
Reviewed! Will merge once tests pass. Thanks for jumping on that. |
🚀 Deployed to staging by @marcaaron in version: 1.1.17-8 🚀
|
🚀 Deployed to production by @roryabraham in version: 1.1.18-3 🚀
|
Details
This PR renames our custom
Text
andButton
components toExpensifyText
andExpensifyButton
. This is to more clearly differentiate between our custom components and the standard react-native componentsText
andButton
.cc @roryabraham @marcaaron
Fixed Issues
$ #3133
Tests
There's no clear way to test this. Mainly just clicked around to various pages in the app to make sure text and buttons seemed to be getting rendered correctly.
QA Steps
No specific QA. Just click around to various pages in the app and make sure that text and buttons seem to be behaving normally.
Tested On
Screenshots
I'm including screenshots of some different pages on different platforms to show that things seem to be working normally.
Web
Mobile Web
Desktop
iOS
Android